home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PRETEND2.EXE / PAINT.DXR / 00092_ATTIC PIS 1.2.dir PICT1566.ls < prev    next >
Encoding:
Text File  |  1996-09-10  |  288 b   |  15 lines

  1. on mouseDown
  2.   puppetSound("Stop Button")
  3.   updateStage()
  4.   set the castNum of sprite 23 to 93
  5.   updateStage()
  6.   put the castNum of sprite 23
  7.   repeat while soundBusy(1)
  8.     nothing()
  9.   end repeat
  10.   set the castNum of sprite 23 to 92
  11.   updateStage()
  12.   savepage()
  13.   go(1, "sHelp.dir")
  14. end
  15.